home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Tutorial / Cookbook / 17.plot / PlotView.h < prev    next >
Text File  |  1995-06-12  |  315b  |  20 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <appkit/View.h>
  5.  
  6. #define DEFAULT_SLOPE 1.0
  7. #define DEFAULT_XINTERCEPT 50.0
  8.  
  9. @interface PlotView:View
  10. {
  11.    float slope, XIntercept;
  12.    float topBorder, leftBorder, rightBorder, bottomBorder;
  13.    NXRect    plotArea;
  14. }
  15.  
  16. - slopeSlider:sender;
  17. - XInterceptSlider:sender;
  18.  
  19. @end
  20.